1 USING: namespaces debugger io.files io.directories
2 bootstrap.image update.util ;
5 : backup-boot-image ( -- )
7 { "boot." my-arch "-" [ "datestamp" get ] ".image" } to-string
12 { "factor" "-" [ "datestamp" get ] ".image" } to-string
17 { "factor" "-" [ "datestamp" get ] } to-string
21 datestamp "datestamp" set