- Timestamp:
- Jan 26, 2016, 7:07:30 PM (5 years ago)
- Location:
- grub-pc/trunk/fuentes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
grub-pc/trunk/fuentes/Makefile.util.def
r22 r40 749 749 script = { 750 750 testcase; 751 name = iso9660_test;752 common = tests/iso9660_test.in;753 };754 755 script = {756 testcase;757 751 name = hfsplus_test; 758 752 common = tests/hfsplus_test.in; -
grub-pc/trunk/fuentes/debian/default/grub
r22 r40 7 7 GRUB_TIMEOUT=@DEFAULT_TIMEOUT@ 8 8 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` 9 GRUB_CMDLINE_LINUX_DEFAULT=" @DEFAULT_CMDLINE@"10 GRUB_CMDLINE_LINUX=" "9 GRUB_CMDLINE_LINUX_DEFAULT="net.ifnames=0 quiet splash" 10 GRUB_CMDLINE_LINUX="net.ifnames=0 quiet splash" 11 11 12 12 # Uncomment to enable BadRAM filtering, modify to suit your needs -
grub-pc/trunk/fuentes/debian/preinst.in
r39 r40 14 14 ucfr --purge --force grub-pc /etc/default/grub 15 15 mv /etc/default/grub /etc/default/grub.backup$f 16 fi 17 . /usr/share/debconf/confmodule 16 18 17 . /usr/share/debconf/confmodule 18 19 db_set grub2/linux_cmdline_default quiet splash net.ifnames=0 20 fi 19 db_set grub2/linux_cmdline_default net.ifnames=0 quiet splash 21 20 ;; 22 21 esac
Note: See TracChangeset
for help on using the changeset viewer.