Changeset 1165 for trunk/debirf/src/debirf
- Timestamp:
- Nov 6, 2008 9:19:45 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/debirf/src/debirf (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/debirf/src/debirf
r1153 r1165 516 516 [ -d "$DEBIRF_PROFILE" ] || failure "'$DEBIRF_PROFILE' does not seem to be a directory" 517 517 518 KERNEL_VERS=$(ls -1 "$DEBIRF_ROOT/lib/modules" | head -n1) 519 518 520 cd "$DEBIRF_PROFILE" || failure "Could not enter profile directory '$DEBIRF_PROFILE'." 519 521 local KERNEL=${KERNEL:-$(echo "vmlinu"*)} … … 564 566 terminal --timeout=10 serial console 565 567 566 title Debirf ($DEBIRF_LABEL) (created $(date -R)) 567 kernel /$KERNEL 568 initrd /$INITRAMFS 568 title Debirf ($DEBIRF_LABEL) (created $(date -R)) serial console 569 kernel /$KERNEL console=ttyS0,115200n8 570 initrd /$INITRAMFS 571 572 title Debirf ($DEBIRF_LABEL) (created $(date -R)) video console 573 kernel /$KERNEL console=tty0 574 initrd /$INITRAMFS 569 575 EOF 570 576 571 577 # determine iso name 572 KERNEL_VERS=$(ls -1 "$DEBIRF_ROOT/lib/modules" | head -n1)573 578 DEBIRF_ISO="${DEBIRF_LABEL}_${DEBIRF_SUITE}_${KERNEL_VERS}.iso" 574 579
Note: See TracChangeset
for help on using the changeset viewer.

