rpathsync / bootman

Bootloader agnostic bootloader configuration manager.

Clone this repository (size: 125.1 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/rpathsync/bootman/
commit 129: 1ac9de5ae893
parent 128: 1792bf4ee35d
branch: default
tags: bootman-0.20091110.0
Don't apply ENTRY_PASSWORD to all entries (RPL-3141)
Andy Grimm
4 months ago

Changed (Δ25 bytes):

raw changeset »

bootman/common.sh (1 lines added, 0 lines removed)

Up to file-list bootman/common.sh:

@@ -65,6 +65,7 @@ do_rewind () {
65
65
    unset INDEX ROOT READ_ONLY READ_WRITE
66
66
    unset KERNEL_OPTIONS KERNEL_OPTIONS_A KERNEL_OPTIONS_P
67
67
    unset XEN_OPTIONS XEN_OPTIONS_A XEN_OPTIONS_P
68
    unset ENTRY_PASSWORD
68
69
    SWAP_OTHER=true
69
70
}
70
71