Changeset 6311
- Timestamp:
- 02/06/10 20:51:57 (3 years ago)
- Location:
- pkg/frankie/main/parsix-installer/trunk
- Files:
-
- 3 edited
-
debian/changelog (modified) (1 diff)
-
parsix-installer (modified) (1 diff)
-
parsix-iso2usb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pkg/frankie/main/parsix-installer/trunk/debian/changelog
r6307 r6311 1 parsix-installer (0.90.3.2) unstable; urgency=low 2 3 * USB Installer: Added a menu entry for text mode boot 4 5 -- Alan Baghumian <alan@technotux.org> Sat, 06 Feb 2010 11:49:51 -0800 6 1 7 parsix-installer (0.90.3.1) unstable; urgency=low 2 8 -
pkg/frankie/main/parsix-installer/trunk/parsix-installer
r6307 r6311 19 19 # 20 20 21 VERSION="0.90.3. 1"21 VERSION="0.90.3.2" 22 22 CONFIG_FILE="$HOME/.pi-config" 23 23 LOG="$HOME/parsix-installer.log" -
pkg/frankie/main/parsix-installer/trunk/parsix-iso2usb
r6307 r6311 34 34 35 35 # Set Version 36 version="0.90.3. 1"36 version="0.90.3.2" 37 37 #-------------------------------------------------------------- 38 38 # remove old error file if present … … 789 789 cat >> ${mountpoint}/boot/grub/grub.cfg <<EOF \ 790 790 791 menuentry "${name} GNU/Linux USB Key (${kernel##linux??})" {791 menuentry "${name} GNU/Linux USB Key - GNOME (${kernel##linux??})" { 792 792 #loopback loop /${FLL_MEDIA_NAME} 793 793 linux /boot/${kernel} boot=parsix fromhd=UUID=${uuid} fromiso=/${FLL_MEDIA_NAME} nointro quiet ${PERSIST} ${Parameters} 794 initrd /boot/initrd${kernel##linux} 795 } 796 797 menuentry "${name} GNU/Linux USB Key - Text Mode (${kernel##linux??})" { 798 #loopback loop /${FLL_MEDIA_NAME} 799 linux /boot/${kernel} boot=parsix fromhd=UUID=${uuid} fromiso=/${FLL_MEDIA_NAME} nointro quiet 2 ${PERSIST} ${Parameters} 794 800 initrd /boot/initrd${kernel##linux} 795 801 }
Note: See TracChangeset
for help on using the changeset viewer.


