Changeset 416
- Timestamp:
- 01/13/09 18:15:46 (3 years ago)
- Location:
- main/linuxmuster-linbo/trunk
- Files:
-
- 4 edited
-
debian/changelog (modified) (1 diff)
-
debian/md5sums.src (modified) (1 diff)
-
debian/rules (modified) (1 diff)
-
linbo/linbo_cmd.sh (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
main/linuxmuster-linbo/trunk/debian/changelog
r414 r416 1 linuxmuster-linbo (1.1.5-1) unstable; urgency=low 2 3 * added "reboot" start.conf KERNEL value for Windows systems, which will not boot 4 with grub.exe/badgrub.exe. 5 * updated cloop to version 2.628-2. 6 * removed cloop-2.6.27.diff. 7 8 -- Thomas Schmitt <schmitt@lmz-bw.de> Tue, 13 Jan 2009 17:04:18 +0100 9 1 10 linuxmuster-linbo (1.1.4-1) unstable; urgency=low 2 11 -
main/linuxmuster-linbo/trunk/debian/md5sums.src
r414 r416 1 1 1a47c00828c7b38b7516f6fdc35800e2 busybox-1.12.2.tar.bz2 2 2 09addfe7ae469677da39ed66d83858d3 chntpw-source-080526.zip 3 876e1f0951cb00c8a5fea23383f99706 cloop_2.625-1.tar.gz3 b44b62af69863fc74f2946a56466d19d cloop_2.628-2.tar.gz 4 4 2d6e20006cb07fbdb25b25a9d615ea64 grub4dos-0.4.4-2009-01-11-src.zip 5 5 d9f2ecd3c3307905f24130a25816e6cc kexec-tools-2.0.0.tar.bz2 -
main/linuxmuster-linbo/trunk/debian/rules
r412 r416 189 189 echo "[1mUnpacking $(CLOOP_ARCHIVE)...[0m" ; \ 190 190 tar xf cache/$(CLOOP_ARCHIVE) -C kernel; \ 191 echo "[1mPatching cloop sources...[0m" ; \192 ( cd $(CLOOP_DIR) && for i in ../../patches/cloop/*; do patch -p1 <$$i; done ); \191 #echo "[1mPatching cloop sources...[0m" ; \ 192 #( cd $(CLOOP_DIR) && for i in ../../patches/cloop/*; do patch -p1 <$$i; done ); \ 193 193 ln -sf ../$(CLOOP_DIR) kernel/cloop; \ 194 194 fi -
main/linuxmuster-linbo/trunk/linbo/linbo_cmd.sh
r414 r416 548 548 case "$3" in 549 549 *[Gg][Rr][Uu][Bb].[Ee][Xx][Ee]*) 550 # Load grub.exe preferably from cache partition, if present551 # if [ -r "/cache/$3" ]; then552 # KERNEL="/cache/$3"553 # mkgrubmenu "$1"554 # grub-set-default --root-directory=/cache 1555 #WINDOWS="yes"556 # LOADED="true"557 # fi558 # [ -r "$KERNEL" ] || KERNEL="/usr/lib/grub.exe" # Use builtin559 550 # tschmitt: use builtin grub.exe or badgrub.exe in any case 560 551 KERNEL="/usr/lib/$3" … … 563 554 [ -z "$APPEND" ] && APPEND="--config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/ntldr; rootnoverify(hd0,0) --device-map=(hd0) $disk" 564 555 ;; 565 *[ Pp][Xx][Ee][Gg][Rr][Uu][Bb]*)566 # tschmitt: if kernel is pxegrubassume that it is a real windows, which has to be rebootet556 *[Rr][Ee][Bb][Oo][Oo][Tt]*) 557 # tschmitt: if kernel is "reboot" assume that it is a real windows, which has to be rebootet 567 558 WINDOWS="yes" 568 559 LOADED="true" … … 572 563 grub-set-default --root-directory=/cache 1 573 564 fi 574 # oehler: set windows boot flag575 flag="$(printf '\%o' 1)"576 echo -n -e "$flag" | dd seek=432 bs=1 count=1 of=$disk conv=notrunc577 565 ;; 578 566 *) … … 641 629 sleep 2 642 630 reboot -f 643 sleep 10631 #sleep 10 644 632 fi 645 633 else
Note: See TracChangeset
for help on using the changeset viewer.
