| Revision 3687,
329 bytes
checked in by alanbach-guest, 5 years ago
(diff) |
- Added a patch to fix CVE-2008-1669
- Support 64G highmem on i386 arch
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | #!/bin/sh |
|---|
| 2 | #DEBHELPER |
|---|
| 3 | |
|---|
| 4 | PARSIXVER=`cat /etc/parsix-version | awk '{print $3}'` |
|---|
| 5 | KVER="2.6.24-parsix-22" |
|---|
| 6 | sed -i "s/Debian GNU\/Linux/Parsix GNU\/Linux ${PARSIXVER}/g" /boot/grub/menu.lst |
|---|
| 7 | |
|---|
| 8 | # update /etc/motd |
|---|
| 9 | rm -f /etc/motd 2>/dev/null |
|---|
| 10 | echo -e $"Welcome to Parsix GNU/Linux ${PARSIXVER}" "(Kernel ${KVER})\n" > /etc/motd 2>/dev/null |
|---|
| 11 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.